.list-group-item-action:focus, .list-group-item-action:hover, .list-group-item-action.hover {
  background-color: #f5f5f5;
  font-weight: 500;
}
.newsbg-header {
  background-image: url(/static/images/bg-news.png);
  background-repeat: no-repeat;
  background-size: cover; padding:5% 0;
}
@media(max-width: 991px) {
.newsbg-header {
  background-image: none;
  background-color: #0a74bf;
}
}
